home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000170_neoguri808@yahoo.com_Tue Dec 10 09:10:26 EST 2002.msg < prev    next >
Text File  |  2003-04-08  |  2KB  |  57 lines

  1. Article: 13950 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: neoguri808@yahoo.com (Jerry Chang)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: compiling kermit to use ascii lock files
  6. Date: 9 Dec 2002 16:00:27 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 38
  9. Message-ID: <ede58b6.0212091600.1194e3e0@posting.google.com>
  10. References: <ede58b6.0212091048.327e1ae7@posting.google.com> <at2ora$260$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 208.249.182.100
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1039478427 23676 127.0.0.1 (10 Dec 2002 00:00:27 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 10 Dec 2002 00:00:27 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13950
  18.  
  19. Hi Frank,
  20.  
  21. I ran cu and the lock file it created was indeed a binary 
  22. lock file.  
  23.  
  24. I guess I was barking up the wrong tree.
  25.  
  26. Thanks for the feedback,
  27. Jerry
  28.  
  29. fdc@columbia.edu (Frank da Cruz) wrote in message news:<at2ora$260$1@watsol.cc.columbia.edu>...
  30. > In article <ede58b6.0212091048.327e1ae7@posting.google.com>,
  31. > Jerry Chang <neoguri808@yahoo.com> wrote:
  32. > : How do i compile kermit to use ascii lock
  33. > : files instead of binary?
  34. > : 
  35. > : I'm running HP-UX 11.11 and qpage 3.3.  qpage ignores the
  36. > : binary lock file kermit creates.  I tried -DHDBUUCP but 
  37. > : kermit continues to use binary PID lock files.
  38. > : 
  39. > Which version of Kermit?  The current version is C-Kermit 8.0:
  40. >   http://www.columbia.edu/kermit/ckermit.html
  41. > Does C-Kermit follow the HP-UX standard?  If so, then it's qpage
  42. > that needs fixing.  (To test, see where HP-UX cu puts its lockfiles.)
  43. > Users are not given the ability to change the lockfile location
  44. > or contents or format; that would be rather self-defeating.
  45. > More about lockfiles here:
  46. >   http://www.columbia.edu/kermit/ckuins.html#x10
  47. > It is the responsibility of every application to ensure that its
  48. > lockfile definitions agree with those of the operating system and
  49. > version where it is to be used.
  50. > - Frank
  51.